home *** CD-ROM | disk | FTP | other *** search
/ Freelog 42 / Freelog042.iso / Bas / Jeux / BallBreaker / BallBreaker[1].swf / scripts / DefineButton2_110 / BUTTONCONDACTION on(release, keyPress Enter).as
Text File  |  2003-01-12  |  121b  |  8 lines

  1. on(release, keyPress "<Enter>"){
  2.    tellTarget("/TxtScore")
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6.    gotoAndPlay(38);
  7. }
  8.